A r t i c l e s
Navigation

Note: This site is
a bit older, personal views
may have changed.

M a i n P a g e

D i r e c t o r y

Can One Use Int64 on a 32Bit CPU


Yes, the Int64 type is simply emulated rather than a native machine integer when used on a 32 bit processor. A regular longint (int32) will be faster since a longint is native to your cpu.

On a 64Bit processor the Int64 will not be emulated since the CPU can handle it natively.

About
This site is about programming and other things.
_ _ _